@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    overflow-x: hidden;
    background-color: #fff !important;
    scroll-behavior: smooth;
    width: 100% !important;

}
h1, h2, h3, h4, h5, h6 {
    font-family: Kollektif Bold !important;
}
p, a, li {
    font-family: TT Norms !important;
}
body p {
    text-align: justify !important;
}
li {
    text-align: justify !important;
}
/* navbar styles starts from here */
nav {
    background-color: #fff !important;
}

.nav-item .nav-link {
    color: lightslategray !important;
    font-size: 16px !important;
    font-weight: 500;
}

.nav-item .nav-link i {
    border-radius: 50% !important;
    background-color: #3864D3;
    color: #fff;
    height: 31px;
    width: 31px;
}

.nav-item .nav-link i:hover {
    border-bottom: none !important;
}

.nav-item .nav-link:hover {
    /* border-bottom: 3px solid #3864D3 !important; */
    color: #3864D3 !important;
}

.nav-item .active {
    border-bottom: 3px solid #000066;
    color: #000066 !important;
}

/* facilities section styles starts from here */
/* .facility-section .card {
    border-right: 1px solid lightslategray !important;
    border-radius: 0px !important;
} */
.facility-section h1,
h5 {
    color: #F14E87;
}

.facility-section .more-text {
    display: none;
}

.facility-section .read-more {
    text-decoration: none;
    color: #F14E87;
}
.facility-section .blue-text {
    color: #3864D3;
}

/* Collage facility section styles starts from here */
.collage-facility {
    height: 70vh;
}

/* partnership and industry section styles starts from here */
.partner-heading {
    background-color: #080852;
}
.partnership-industry .content h5 {
    color: #F14E87;
}
.partnership-industry .content .blue-text {
    color: #3864D3;
}
.partnership-industry .content .more-text {
    display: none;
}
.partnership-industry .content .read-more {
    text-decoration: none;
    color: #F14E87;
}

/* logo section */
/* log section styles */
.logo-section {
    background-color: #fff !important;
    /* height: 35vh !important; */
    border-radius: 15px;
}
.logo-section .view-btn {
    background-color: #004aad !important;
    color: #fff;
}
.logo-slider .slick-slide {
    margin: 8px;
}

.logo-section .slick-dots li.slick-active button:before {
    color: #004aad;
}

.logo-section .slick-dots li button:before {
    font-size: 8px;
}

.slick-next:before,
.slick-prev:before {
    color: #004aad !important;
    font-size: 28px !important;
}
.item {
    border-right: 2px solid lightslategray;
}
.item:hover {
    display: block;
    transition: all ease 0.3s;
    transform: scale(1.1) translateY(-5px);
}


/* Preparing you for the future section styles starts from here */
.preparing-future {
    background-color: #080852;
    position: relative;
}
.preparing-future h2 {
    color: #F14E87;
}
.preparing-future .learn-btn {
    color: #3864D3 !important;
    font-size: 18px;
}
.preparing-future .blue-line {
    position: absolute;
    top: 25px;
}

/* Footer styles starts from here */
.footer {
    background-color: #F14E87;
    /* Background color */
    color: white;
    padding: 50px 0;
    position: relative;
    /* font-size: 14px; */
}

.footer .address,
.footer .info,
.footer .links {
    margin-bottom: 20px;
}

.footer .info {
    text-align: center;
}
.footer .links a {
    text-decoration: none;
}
/* .footer .links {
    text-align: right;
} */
.footer .address i,
.footer .info i {
    font-size: 35px;
    margin-right: 10px;
}

.footer img {
    width: 150px;
}

.footer .map-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('/images/Black_on_white_dotted_world_map_vector-removebg.png') no-repeat center;
    background-size: cover;
    opacity: 0.2;
    z-index: 1;
}

.footer .content {
    position: relative;
    z-index: 2;
}
.footer .terms {
    color: #000 !important;
} 


/* mobile view styles starts from here */
@media only screen and (max-width: 600px) {
    nav .navbar-toggler {
        margin-left: 80%;
        margin-top: -103px;
        /* border: 2px solid #004aad !important; */
    }
    .logo-section {
        padding: 2px !important;
    }
    .facility-section .card {
        margin-left: 25px !important;
    }
    .preparing-future .blue-line {
        top: 55px !important;
        width: 120px !important;
    }
    .preparing-future .learn-btn {
        font-size: 16px !important;
    }
    .preparing-future .prepare-img {
        margin-top: 30px !important;
        margin-left: 46px !important;
    }
   
     /* footer */
     .footer {
        height: auto !important;
    }

    .footer .content {
        padding: 0px 5px !important;
    }

    .footer .map-bg {
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position: center center !important;
    }
    .footer .content .copy-right {
        font-size: 16px !important;
        margin-left: 20px !important;
    }
    .footer .content .terms  {
        margin-top: 0px !important;
        font-size: 15px !important;
        margin-right: 78px !important;
    }
}

@media only screen and (max-width:800px) and (min-width:600px)  {
    .preparing-future .blue-line {
        top: 54px !important;
        width: 155px !important;
    }
    .preparing-future .learn-btn {
        font-size: 16px !important;
    }
    .preparing-future .prepare-img {
        margin-top: 35px !important;
        margin-left: 225px !important;
    }
}



/* large devices (14 inch laptops and desktops) */

@media only screen and (min-width: 992px)  {
    .preparing-future .blue-line {
        top: 35px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .preparing-future .blue-line {
        top: 20px !important;
    }
}